Fix make distcheck
authorGiuseppe Scrivano <gscrivan@redhat.com>
Fri, 30 Jan 2015 13:19:04 +0000 (14:19 +0100)
committerGiuseppe Scrivano <gscrivan@redhat.com>
Fri, 30 Jan 2015 14:27:36 +0000 (15:27 +0100)
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Makefile-libostree.am
doc/Makefile.am

index 57408fef0ae864d8fcb0bc900d5eef56e2480c0e..7985f0a9f029d7708a408c12a4b33a5ba5af44d7 100644 (file)
@@ -150,7 +150,7 @@ libostree_1_la_LIBADD += $(GPGME_LIBS)
 
 gpgreadme_DATA = src/libostree/README-gpg
 gpgreadmedir = $(pkgdatadir)/trusted.gpg.d
-EXTRA_DIST += src/libostree/README-gpg
+EXTRA_DIST += src/libostree/README-gpg src/libostree/bupsplit.h
 endif
 
 install-mkdir-remotes-d-hook:
index 1179a914b362679c9e8ff38937632e8c989fbf99..5e5e38679d08e9a674633fa9eba6a73f9fb1b615 100644 (file)
@@ -125,11 +125,11 @@ version.xml:
 # This includes the standard gtk-doc make rules, copied by gtkdocize.
 include $(top_srcdir)/gtk-doc.make
 
-man1_MANS =
+man1_MANS = ostree.1 ostree-admin-cleanup.1 ostree-admin-config-diff.1 ostree-admin-deploy.1 ostree-admin-init-fs.1 ostree-admin-instutil.1 ostree-admin-os-init.1 ostree-admin-status.1 ostree-admin-set-origin.1 ostree-admin-switch.1 ostree-admin-undeploy.1 ostree-admin-upgrade.1 ostree-admin.1 ostree-cat.1 ostree-checkout.1 ostree-checksum.1 ostree-commit.1 ostree-config.1 ostree-diff.1 ostree-fsck.1 ostree-init.1 ostree-log.1 ostree-ls.1 ostree-prune.1 ostree-pull-local.1 ostree-pull.1 ostree-refs.1 ostree-remote.1 ostree-reset.1 ostree-rev-parse.1 ostree-show.1 ostree-summary.1 ostree-static-delta.1 ostree-trivial-httpd.1
 
-if ENABLE_GTK_DOC
-man1_MANS += ostree.1 ostree.repo.5 ostree.repo-config.5 ostree-admin-cleanup.1 ostree-admin-config-diff.1 ostree-admin-deploy.1 ostree-admin-init-fs.1 ostree-admin-instutil.1 ostree-admin-os-init.1 ostree-admin-status.1 ostree-admin-set-origin.1 ostree-admin-switch.1 ostree-admin-undeploy.1 ostree-admin-upgrade.1 ostree-admin.1 ostree-cat.1 ostree-checkout.1 ostree-checksum.1 ostree-commit.1 ostree-config.1 ostree-diff.1 ostree-fsck.1 ostree-init.1 ostree-log.1 ostree-ls.1 ostree-prune.1 ostree-pull-local.1 ostree-pull.1 ostree-refs.1 ostree-remote.1 ostree-reset.1 ostree-rev-parse.1 ostree-show.1 ostree-summary.1 ostree-static-delta.1 ostree-trivial-httpd.1
+man5_MANS = ostree.repo.5 ostree.repo-config.5
 
+if ENABLE_GTK_DOC
 
 XSLTPROC_FLAGS = \
         --nonet \
@@ -147,17 +147,21 @@ XSLTPROC_MAN = \
 .xml.5:
        $(AM_V_GEN) $(XSLTPROC_MAN) $<
 
+CLEANFILES += \
+       $(man1_MANS) \
+       $(man5_MANS) \
+       $(NULL)
+
 endif # ENABLE_GTK_DOC
 
 MAN_IN_FILES = \
        $(man1_MANS:.1=.xml) \
-       $(NULL)
-
-CLEANFILES += \
-       $(man1_MANS) \
+       $(man5_MANS:.5=.xml) \
        $(NULL)
 
 EXTRA_DIST += \
        $(MAN_IN_FILES) \
        version.xml \
+       ostree.xml \
+       ostree-sections.txt \
        $(NULL)